home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / qmenu10.zip / MENUMAN.DOC < prev    next >
Text File  |  1992-05-09  |  3KB  |  84 lines

  1.      
  2. ============================================================================
  3.  
  4.                         MENUMAN: EASY QUICKBASIC MENUS
  5.  
  6.                         COPYRIGHT, 1992
  7.  
  8.                         SALT AND LIGHT SOFTWARE
  9.  
  10.                         1525 LOCUST ST.
  11.  
  12.                         READING, PA. 19604
  13.  
  14.  
  15. ============================================================================
  16.  
  17.  
  18.         MENUMAN was born out of frustration. I was tired of coding menu files
  19. and forgetting "END SELECT" or rummaging around my source code files on disks
  20. and looking for the proper way to do the INSTR function or flipping through
  21. pages of books on QB programming on how to handle an error trap. So, I came
  22. with MENUMAN as a way to always put together a menu that would work and not
  23. have to spend hours of programming.
  24.  
  25.         MENUMAN will generate menus with selection by numbers. It also will
  26. generate menus with selection by letters. The numbers selection has a limit
  27. of 2 to 9 selections. The letters program has a limit of 2 to 9 selections,
  28. too.
  29.  
  30.         Let's take a runthrough of the MENUMAN selection by numbers program:
  31.  
  32.         First step: The options box will appear seconds after the opening
  33. screen.  Choose the Numbers or Letters option.
  34.  
  35.         Second step: Choose the number of items you would like in your
  36. menu. There is no need to provide an entry for an "EXIT" or  "QUIT" option
  37. because MENUMAN automatically puts such an entry into each menu.
  38.  
  39.         Third step: Each numbered or lettered entry entry will pop onto 
  40. the screen after ENTER is pressed. Type in your entries to cover the menu 
  41. selections. For example:
  42.  
  43.                 ≤ 1 ≥     WORDPERFECT UTILITY
  44.  
  45.                 ≤ 2 ≥     NORTON UTILITY
  46.  
  47.         Fourth step: MENUMAN will ask you again how many menu selections you
  48. would like in your menu. This second question is needed to get the INSTR line
  49. correct and it only applies to the Numbers options.
  50.  
  51.         The process is now complete. MENUMAN'S ad box will appear for 20
  52. seconds and then exit you to the SYSTEM. You have a little bit of
  53. work to do before running your menu program. Information for the CASE SELECT
  54. portion of the program must be filled in before it will run. Take a look
  55. at "SAMPLE1.BAS", "SAMPLEA.BAS" and "RUNMENU.BAS" to see example of how to
  56. fill in the CASE data. After this is done, you can then run "TESTMENU"
  57. to see what your final program looks like.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         I am asking a one-time fee of $10 for this programming effort. 
  64. As any programmer knows, a great deal of time goes into any program. 
  65. The gestation period usually isn't nine months but the labor pains can be 
  66. memorable. Registered users will receive MENUMAN updates 
  67. programs and updates free of charge on the disk they desire you there 
  68. are some cute baby MENUMANs on the drawing board.
  69.  
  70.         Send all comments to me by one of these methods:
  71.  
  72.         Through a letter or postcard to:
  73.                         CARMEN PAONE
  74.                         SALT AND LIGHT SOFTWARE
  75.                         1525 LOCUST ST.
  76.                         READING, PA. 19604
  77.         On Compuserve as CARMEN PAONE [72677, 42]
  78.         On Genie as C. PAONE
  79.         On Delphi as CARMENPAONE
  80.  
  81.         One final word, no matter what decision you make on MENUMAN, do
  82. yourself a soul-saving service and read John 3:16 in any Bible.
  83.  
  84.